Crate nue_io [] [src]

Utilities for working with I/O streams.

Reexports

pub use seek_forward::{SeekForward, SeekRewind};
pub use read_exact::ReadExactExt;

Modules

read_exact

An extension for Reading an exact amount of data.

seek_forward

Extensions for seeking around streams that do not normally support it.

Structs

BufSeeker

A buffered reader that allows for seeking within the buffer.

Region

Creates an isolated segment of an underlying stream.

Take

Wraps around a stream to limit the length of the underlying stream.

Traits

SeekAlignExt

An extension trait that will seek to meet a specified alignment.